home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / man / system.hlp < prev   
Text File  |  1997-04-13  |  674b  |  17 lines

  1. System customisation: about the "system.se" file.
  2.  
  3. When starting execution, SmallEiffel first have a look 
  4. in file "system.se" which must be in directory "bin".
  5. This file tell the current system name ("UNIX", "Windows",
  6. "Macintosh", "DOS", "OS2", "Amiga", "VMS", ...).
  7. To have the full list of currently handled system, try to 
  8. put a bad system name in file "system.se" and then, just
  9. run for example command `compile'.
  10.  
  11. When the system name is correctly set in file "system.se", 
  12. SmallEiffel do some automatic customisations. 
  13. For example, if "system.se" file contains string "DOS",
  14. SmallEiffel uses suffix ".BAT" for script files and suffix
  15. ".EXE" for executables files.
  16.  
  17.